/*****Contact Us*****/

.contactus-style {
    position: relative;
    top: -125px;
    font-size: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-style,
.proposal,
.our-address,
.stay-connect {
    text-align: center;
    padding: 20px;
    color: #00095A;
}

/*****Form*****/

.form-box {
    height: 450px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}



input[type=text],
input[type=email],
input[type=number],
textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 10px;
    margin: 15px 10px;
    width: 300px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 108px;
    height: 45px;
    margin-top: 30px;
    margin-left: 185px;
    background: #00095A;
    color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px !important;
}

input[type=text],
input[type=email],
input[type=number],
input[type=submit],
textarea:focus {
    outline: none;
}

.address-img {
    margin-left: 80px;
}

textarea {
    width: 650px !important;
    border-radius: 20px !important;
    margin-top: 20px !important;
    margin-left: 10px !important;
}

#aycompany {
    resize: none;
}

input.out-line:focus,
textarea.out-line:focus {
    border: 2px solid rgb(0, 0, 63) !important;
}

.btn-cen {
    display: flex !important;
    text-align: center !important;
    justify-content: center !important;
}

.btn-submit {
    margin-top: 20px;
    padding: 5px !important;
    width: 100px;
    color: #fff !important;
    background-color: #00095A !important;
    border: none !important;
    border-radius: 20px !important;
}

.btn-submit:hover {
    background-color: #00095A !important;
    opacity: 0.8;
}


@media (max-width:992px) {
    .form-box {
        width: auto;
        height: 520px !important;
        margin-left: 10px !important;
        margin-bottom: 40px;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    input[type=text],
    input[type=email],
    input[type=number],
    textarea {
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        padding: 10px;
        margin: 15px 10px;
        width: 95% !important;
        box-sizing: border-box;
    }

    .btn-submit {
        padding: 5px !important;
        width: 100px;
        margin-top: 20px;
        color: #fff !important;
        background-color: #00095A !important;
        border: none !important;
        border-radius: 20px !important;
    }
}


@media (max-width:425px) {
    .form-box {
        width: auto;
        height: 520px !important;
        margin-left: 0px !important;
        margin-bottom: 40px;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    input[type=text],
    input[type=email],
    input[type=number],
    textarea {
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        padding: 10px;
        margin: 15px 10px;
        width: 95% !important;
        box-sizing: border-box;
    }

    .btn-submit {
        padding: 5px !important;
        width: 100px;
        margin-top: 20px;
        color: #fff !important;
        background-color: #00095A !important;
        border: none !important;
        border-radius: 20px !important;
    }
}


/*****Address*****/


.address {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
}


.mail-id {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    padding-right: 35px;
}

.mail-icon
{
    position: relative;
    bottom: 5px;
}

.tele-number {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: -35px;
    padding-right: 105px;
}

.tele-icon
{
    position: relative;
    bottom: 10px;
}

.address-foot {
    position: relative;
    left: 30px;
    bottom: 25px;
}

.foot-mail-num
{
    position: relative;
    right: 35px;
}


/*****Stay Connect******/
.card-stay-connect
{
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px !important;
}


.icon-color {
    color: #00095A !important;
}

.icon-color:hover {
    opacity: 0.5;
}

.icon-size {
    width: 140px;
    height: 100px;
}


@media (max-width: 1024px) {

    .icon-size {
        width: 100px;
        height: 60px;
    }
}


@media (max-width: 768px) {

    .card-stay-connect
{
    border-radius: 20px !important;
}
   
    .icon-size {
        width: 70px;
        height: 50px;
    }
}


@media (max-width: 425px) {
   
    .icon-size {
        width: 55px;
        height: 40px;
    }
}

@media (max-width: 375px) {
   
    .icon-size {
        width: 45px;
        height: 40px;
    }
}

@media (max-width: 320px) {
   
    .icon-size {
        width: 35px;
        height: 30px;
    }
}






